Builder for quadratic extrapolation function
Namespace:
JanusAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public static TimelineExtrapolator<T> BuildQuadraticExtrapolator<T>( Func<T, T, T> add, Func<T, float, T> mul ) |
Parameters
- add
- Type: System..::..Func<(Of <(<'T, T, T>)>)>
- mul
- Type: System..::..Func<(Of <(<'T, Single, T>)>)>
Type Parameters
- T